/*** Demo specific css ***/
*                      { margin: 0; padding: 0; }

#ribbon1, #ribbon2     { display: block; position: absolute; top: 0; left: 0; width: 200px; height: 200px; background: left top no-repeat; }
#ribbon1               { background-image: url(../images/ribbon1.png); }
#ribbon2               { background-image: url(../images/ribbon2.png); }
#page-wrap, #demo2     { width: 90%; padding: 15px; margin: 0 auto 50px; position: relative; }

.anythingSlider h1                     { font: bold 60px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
.anythingSlider h2                     { font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: -1px; margin: 0 0 10px 0; color: #002266; }
.anythingSlider h2.title               { text-align: center; }
.anythingSlider h3                     { font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 15px 15px 10px 15px; color: #424637; }
.anythingSlider h5, .anythingSlider .header            { font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: center; }
.anythingSlider pre, .anythingSlider code              { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; padding: 5px; background: #f5f5f5; block: inline; width: 100%; overflow-x: auto; }
.anythingSlider blockquote             { margin-left: 30px; }

#slider2 ul                     { margin: 0 0 25px 25px; }
#slider2 ul li                  { font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0 0 8px 0; }

#dl                    { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover              { background: #666; }

.themeselector         { margin: 0 auto; text-align: center; }

#status                { color: #00a; font-weight: bold; }
.alert                 { color: #f00; font-weight: bold; }
.alert a               { color: #a00; }
.data                  { width: 100%; border: #555 1px solid; border-collapse: collapse; }
.data td, .data th     { border: #555 1px solid; padding: 0 5px; }
.data th               { background: #eee; }
.data .col             { width: 200px; }

/* For Specific Slides */
.textSlide             { background: url(../images/slide-bg2.png) center; width:698px; height:298px; }
.textSlide h3          { font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; }
.textSlide h4          { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
.textSlide ul          { list-style: disc; margin: 0 0 0 25px; }
.textSlide ul li       { display: list-item; }
.textSlide p			{ font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; padding-left:15px; color:#737b62; }
.textSlide a			{ color:#629fb3; font-size:14px; text-transform:uppercase; line-height:25px; padding-left:15px; padding-right:20px; background:url(../images/link-img.png) 100% 100% no-repeat;}
.textSlide a:hover			{ color:#46717f	;}

.rightside             { float: right; margin: 0 0 2px 10px; }

.quoteSlide            { padding: 30px; }
.quoteSlide blockquote { font: italic 24px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: center; color: #444; margin: 0 0 10px 0; }
.quoteSlide p          { text-align: center; }

/* Set slider1 panel 5 stuff - adding padding directly to the panel will
   shift panels after it, so we need a wrapper */
#slider1 .panel5 ul    { width: 225px; margin: 0 5px 0 15px; }

/* Set slider2 panel sizes */
#slider2 .panel1       { width: 698px; height: 298px; }
#slider2 .panel2       { width: 698px; height: 298px; }
#slider2 .panel3       { width: 698px; height: 298px; }
#slider2 .panel4       { width: 698px; height: 298px; }
#slider2 .panel5       { width: 698px; height: 298px; }
#slider2 .panel6       { width: 698px; height: 298px; }

/*** FX Demo Page CSS ***/
/* Demo page accordions */
.accordion             { width: 70%; margin: 0 auto; }
.accordion .ui-widget-content a { color: #004499; }

/** Demo 1 **/
/* colorbox images to full size */
#cboxPhoto             { width: 100%; height: 100%; margin: 0 !important; }
/* Change metallic slider defaults to show thumbnails -
  using #demo2 (page wrapper) to increase this CSS priority */
#demo2 div.anythingSlider-metallic .thumbNav a {
 background-image: url();
 height: 30px;
 width: 30px;
 border: #000 1px solid;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 text-indent: 0;
}
/* border around image to show current page */
#demo2 div.anythingSlider-metallic .thumbNav a:hover,
#demo2 div.anythingSlider-metallic .thumbNav a.cur {
 border-color: #fff;
}
/* reposition the start/stop button */
#demo2 div.anythingSlider-metallic .start-stop {
 margin-top: 15px;
}

/** Demo 3 **/
/* expand image */
#slider3 img           { width: 100%; height: 100%; position: relative; }
#slider3 .panel        { position: relative; }

/* position close button */
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close   { font-size: 80%; cursor: pointer; float: right; display: inline-block; }

 /* captions */
 /* set to position: relative here in case javascript is disabled, script sets captions to position: absolute */
#slider3 .caption-top,
#slider3 .caption-right,
#slider3 .caption-bottom,
#slider3 .caption-left { background: #000; color: #fff; padding: 10px; margin: 0; position: relative; z-index: 10; opacity: .8; filter: alpha(opacity=80); }

/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-top    { left: 0; top: 0; width: 480px; height: 30px; }

/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider3 .caption-right  { right: 0; bottom: 0; width: 130px; height: 180px;  }

/* Bottom caption  - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-bottom { left: 0; bottom: 0; width: 480px; height: 30px; }

/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider3 .caption-left   { left: 0; bottom: 0; width: 130px; height: 180px;  }
